home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWrap
/
Source
/
CmdEndpoly.m
< prev
next >
Wrap
Text File
|
1991-09-17
|
161b
|
14 lines
/* Generated by Interface Builder */
#import "CmdEndpoly.h"
@implementation CmdEndpoly
- initCmd
{
[super init];
command="endpoly";
return self;
}
@end